ComponentOne ASP.NET MVC Controls
Value Method (InputDateBaseBuilder<TControl,TBuilder>)

C1.Web.Mvc.Fluent Namespace > InputDateBaseBuilder<TControl,TBuilder> Class : Value Method
The value.
Configurates C1.Web.Mvc.InputDateBase.Value. Sets the current date.
Syntax
'Declaration
 
Public Function Value( _
   ByVal value As Nullable(Of Date) _
) As TBuilder
public TBuilder Value( 
   Nullable<DateTime> value
)

Parameters

value
The value.

Return Value

Current builder.
See Also

Reference

InputDateBaseBuilder<TControl,TBuilder> Class
InputDateBaseBuilder<TControl,TBuilder> Members